projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8611faf
)
Fix typo in the gtk-doc stanza for gtk_string_filter_new()
author
Emmanuele Bassi
<ebassi@gnome.org>
Fri, 17 Jul 2020 11:03:17 +0000
(12:03 +0100)
committer
Emmanuele Bassi
<ebassi@gnome.org>
Fri, 17 Jul 2020 11:03:17 +0000
(12:03 +0100)
gtk/gtkstringfilter.c
patch
|
blob
|
history
diff --git
a/gtk/gtkstringfilter.c
b/gtk/gtkstringfilter.c
index 2aed620f50d471cab8108542841bd4fb051e567e..ed76d258c640750fd5de3f388af113bbc8cfac15 100644
(file)
--- a/
gtk/gtkstringfilter.c
+++ b/
gtk/gtkstringfilter.c
@@
-302,7
+302,7
@@
gtk_string_filter_init (GtkStringFilter *self)
}
/**
- * gtk_s
tring_filter_new:
+ * gtk_string_filter_new:
* @expression: (transfer full) (nullable): The expression to evaluate
* or %NULL for none
*